Format Number
Node Data | |
|---|---|
Display name | |
Format Number | |
Internal name | |
Node_Number_Text_Format | |
Inheritances | |
| Node_Processor | |
| Node_Number_Text_Format | |
Inputs | |
float |
Number |
Pad Integer | |
bool |
Pad Integer |
int |
Minimum Digit |
text |
Pad Letter |
text |
Thousands Sep |
Pad Decimal | |
bool |
Pad Decimal |
int |
Minimum Digit |
text |
Pad Letter |
text |
Decimal Sep |
Decoration | |
text |
Prefix |
text |
Suffix |
Outputs | |
text |
Text |
Format number to text.
Properties
| Pad Integer | |
| Pad Integer | Pad in front of the output. |
| Pad Letter | Letter to pad. |
| Thousands Sep | Add separator every 3 digits. |
| Pad Decimal | |
| Pad Decimal | Pad behind decimal point. |
| Pad Letter | Letter to pad. |
| Decimal Sep | Custom decimal separator. |
| Decoration | |
| Prefix | Add text in front. |
| Suffix | Add text behind output. |